home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
GraphicViewers
/
pCD
/
Source
/
hpcdtoppm.0.3
/
Makefile.use_ppm
< prev
next >
Wrap
Makefile
|
1992-12-14
|
282b
|
16 lines
CC= gcc
COPTS= -O -g
# if you get problems with compilation of "signed",
# read the README.TOO and try something like -DsBYTE=char
hpcdtoppm: hpcdtoppm.o
${CC} -o hpcdtoppm hpcdtoppm.o -lm libppm.a libpgm.a libpbm.a
hpcdtoppm.o: hpcdtoppm.c
${CC} ${COPTS} -c hpcdtoppm.c